structure of compiler

英 [ˈstrʌktʃə(r) ɒv kəmˈpaɪlə(r)] 美 [ˈstrʌktʃər əv kəmˈpaɪlər]

【计】编译程序结构

计算机



双语例句

  1. The fundamental data structure in Goat Rodeo will be known as Q's-quanta of information, which will be compiler checked and available for consumption by any language capable of understanding JSON.
    GoatRodeo中的基本数据结构就是Q's&量子信息,编译器会检查该信息,同时能够处理JSON的任何语言都可以使用该信息。
  2. The Storage Structure and Code Generation of PROLOG Compiler System
    PROLOG编译系统的存贮结构与目标代码生成
  3. So this paper analyzes in detail the structure of the code translation module on foundation that has introduced to compiler principle.
    数控代码翻译功能模块实际上是一个编译系统,所以本文在介绍了编译原理的基础上,详细分析了NC代码翻译模块的结构。
  4. The overall structure of the GPJ_Pascal compiler is complete, distinct, clear meaning, easily reading and understanding, compiling fewer mistakes, big reliability, and easily expanding the morphology and grammar.
    GPJPascal编译器总体结构完整、清晰,含义明确、易读、易理解,出错少,可靠性大,并易于对GPJPascal的词法和语法进行扩充。
  5. The first part introduce the basic principle of Magnetic Resonance Imaging and the structure of MRI spectrometer, which includes pulse sequence generator and compiler, RF unit, receiver unit and pulse field gradient unit.
    第一部分简单介绍了核磁共振成像的基本原理,以及MRI仪器的各个组成部分。其中包括脉冲序列发生器、射频发射单元、接收机单元和梯度发生单元。
  6. In the paper, the structure of the GPJ_Pascal compiler is mainly introduced, the lexer can scan the source program according to the morphology rule of language which can decompose and distinguish every word, and carry out morphology inspection at the same time;
    本文主要介绍了GPJPascal编译器的构造,其中,词法分析器扫描源程序,根据语言的词法规则,分解和识别出每个单词,同时进行词法检查;
  7. In this paper, the particular features of input language, data structure, transformation algorithm of the compiler and optimization for the object program etc.
    本文较详细地介绍了软件输入语言的特点,数据结构,编译中的变换算法和目标程序的优化等。
  8. We present a general structure of the NC code translator and discuss some key realizing techniques for NC code translation based on combining compiler and NC code translating theories, aided by template techniques in CAD/ CAM.
    在编译理论和NC代码特点相结合的基础上,借鉴CAD/CAM中的模板技术,提出了通用NC代码翻译器的总体结构,并对翻译器的一些关键实现技术进行了讨论。
  9. The structure methodology of the VAX-11 C compiler
    VAX&11机C语言编译器结构分析
  10. Then studies compiler techniques, in view of the characteristics of NC code, describes a grammar of the NC code, and designs the overall structure of the NC Code Compiler.
    研究了编译技术,针对NC代码的特点,对NC代码进行了文法描述,并设计了NC代码编译器的总体结构。
  11. A prototype compiler is described by discussing the structure of the compiler, lexical and syntax analysis, design of abstract syntax tree, complier pass, type system, and code generation technology.
    构建了Bichon语言编译器原型,涉及到编译器的结构,词法、语法分析,抽象语法树的设计,编译遍的设计,类型系统和代码生成技术。
  12. The structure and feature of NC code is studied based on the machining principle of twin-cutter turning. The method of translating NC code is introduced according to compiler principle. 3.
    根据双刀车削数控加工的原理分析了其数控代码的结构和特点,结合编译原理介绍了代码翻译模块的实现方法。
  13. This topic analyses the structure and characteristics of GCC compiler, and induces the key multi-platform technology of GCC.
    本次课题分析了GCC编译器的结构和特点,并对GCC支持多平台的关键技术进行了归纳。
  14. The main work of the paper can be concluded as follows: Firstly, the C programs safety rules and corresponding checking tools are analyzed and summarized. The structure of GCC compiler is described.
    本文完成的工作主要有:首先,对国内外C程序安全规则集及检查工具进行了分析比较;分析了GCC编译器的编译流程及其前端词法分析、语法语义分析的主要数据结构和工作过程。
  15. The overall structure of AASL is designed according to the fuction of AASL interpreter and compiler theory.
    依据AASL解释器的功能要求和编译原理理论,设计了AASL解释器的总体结构。